Mark.prev

Returns the previous GtkSourceMark in the buffer or %NULL if the mark was not added to a buffer.

If there is no previous mark, %NULL is returned.

If @category is %NULL, looks for marks of any category

class Mark
prev
(
string category
)

Parameters

category string

a string specifying the mark category, or %NULL.

Return Value

Type: Mark

the previous #GtkSourceMark, or %NULL.

Meta